Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the text parameter of the object, as a string.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_Parameter(&prop1);
HRESULT hr = pObject->put_Parameter(prop2);
Visual Basic:
prop1 = object.Parameter
object.Parameter = prop2
Parts:
prop1 |
BSTR |
[out][retval] |
The text parameter of the object. |
prop2 |
BSTR |
[in] |
The text parameter of the object. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums